home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
misc
/
hldevkit.lha
/
HotLinks_Developers_Kit
/
includes
/
proto
/
hotlinks.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-28
|
329 b
|
18 lines
/*
* hotlinks.h - includes the prototype and pragma files
*
*/
#ifndef HOTLINKS_HOTLINKSPROTOS_H
#define HOTLINKS_HOTLINKSPROTOS_H 1
#ifndef HOTLINKS_HOTLINKS_PROTO_H
#include <clib/hotlinks_protos.h>
#endif
#ifndef HOTLINKS_HOTLINKS_PRAGMAS_H
#include <pragmas/hotlinks_pragmas.h>
#endif
#endif HOTLINKS_HOTLINKSPROTOS_H